Transferring application to controller

Previous: Modifying logic of application

  1. Open the PLC-object local. You do not have to do anything in it as the object is already prepared for the tutorial.
    But take a little time to check its content anyway:

    1. The local IP address 127.0.0.1 has already been entered (behind ADDRESS:=). So the built-in →PLC is addressed.

    2. The platform for the local computer BuiltInPlc has already been entered (behind RESOURCE local ON).

    3. The program Counter has already been assigned to the PLC-object (in the line under PROGRAM Counter WITH DefaultTask :). This is correct because the →program Counter has been declared in the ST-object.

  2. Load the application onto the built-in PLC:

    1. Open the →perspective Application Testing: menu WindowOpen Perspective and Application Testing

    2. In the Instance view: Expand LocalConfiguration\local and the child item PLC Information. The line Code Identification does not list a fingerprint yet.

    3. Select LocalConfiguration\local. First click  and then .
      Result: The fingerprint for line Code-Identification is displayed and updated so that it matches the fingerprint displayed for LocalConfiguration\local. This indicates that the version of the application loaded onto the PLC is now identical to the version of the application created in Neuron Power Engineer.